home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000225_not-a-real-address@usa.net_Tue Apr 20 09:12:10 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!iad-feed.news.verio.net!nntp1.tagonline.com!newsfeed2.dallas1.level3.net!news.level3.com!zeus.visi.com!priapus.visi.com!orange.octanews.net!news-out.visi.com!petbe.visi.com!news.octanews.net!upp1.onvoy!msc1.onvoy!onvoy.com!tethys.csu.net!nntp.csufresno.edu!sn-xit-02!sn-xit-06!sn-post-01!supernews.com!news.supernews.com!not-for-mail
  2. From: those who know me have no need of my name <not-a-real-address@usa.net>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Running kermit from within glftpd
  5. Date: 20 Apr 2004 03:07:19 GMT
  6. Organization: earthfriends
  7. Message-ID: <m1y8or8iss.gnus@usa.net>
  8. References: <c61fv402ovm@drn.newsguy.com>
  9. User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.4 (Rational FORTRAN,
  10.  linux)
  11. MIME-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii
  13. X-Complaints-To: abuse@supernews.com
  14. Lines: 31
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14940
  16.  
  17. in comp.protocols.kermit.misc i read:
  18.  
  19. >glftpd changes root into its' own folder, which means I have to copy some
  20. >dependencies.
  21.  
  22. use ldd on kermit, then on each of the files it names, and continue to do
  23. so until you've tested everything that would be used.  copy all those files
  24. into your jail.
  25.  
  26. maintaining a chroot jail is an onerous task, each time you update any of
  27. the dependencies you need to manually update the jail, and there won't be
  28. anything to help you remember to do it if you don't whip something up.
  29.  
  30. >No problem with Perl, I just copied the whole of /usr/lib/perl5, and that was
  31. >that.
  32.  
  33. that's not always convenient, even with 200 gig drives cheap as dirt.  and
  34. you've got that whole `keeping it up to date' thing too.  too bad you
  35. didn't or couldn't script in your system's base shell, it's likely it has
  36. almost no dependencies.
  37.  
  38. >Is it possible to build Kermit with OpenSSL, but without Kerberos?
  39.  
  40. only if openssl is built without kerberos dependencies, which is not the
  41. case on redhat 9.
  42.  
  43. an alternative is building kermit static.  the makefile doesn't do that by
  44. default, so you'd need to alter it.
  45.  
  46. -- 
  47. a signature